github.com/refraction-networking/utls.clientHandshakeStateTLS13.usingPSK (field)

6 uses

	github.com/refraction-networking/utls (current package)
		handshake_client_tls13.go#L38: 	usingPSK      bool
		handshake_client_tls13.go#L556: 	hs.usingPSK = true
		handshake_client_tls13.go#L650: 	if !hs.usingPSK {
		handshake_client_tls13.go#L767: 	if hs.usingPSK {
		u_public.go#L99: 			usingPSK:      chs.State13.UsingPSK,
		u_public.go#L119: 			UsingPSK:      chs13.usingPSK,